projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ba7360
)
(main): Test BSD_PGRPS, not BSD.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 17 Feb 1994 03:00:56 +0000
(
03:00
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 17 Feb 1994 03:00:56 +0000
(
03:00
+0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index 470af25d2015631ec43bad6eb93f8080fa32da7d..d80a2439b2cb27d4dca66a6f175871ee19dd4645 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-420,7
+420,7
@@
main (argc, argv, envp)
clearerr (stdin);
-#ifdef BSD
+#ifdef BSD
_PGRPS
if (initialized)
{
inherited_pgroup = EMACS_GETPGRP (0);